
#iview div.iview-directionNav {
	position: absolute;
	top: 40%;
	left: 0px;
	z-index: 9;
	width: 100%;
}

#iview div.iview-directionNav a {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 100px;
	background-image: url(../../img/nav_paddles.png);
	text-indent: -9999px;
	-webkit-transition: left 0.8s ease-in-out;
	-webkit-transition-property: left,right;
	-moz-transition: left 0.8s ease-in-out;
	-moz-transition-property: left,right;
	-o-transition: left 0.8s ease-in-out;
	-o-transition-property: left,right;
	-ms-transition: left 0.8s ease-in-out;
	-ms-transition-property: left,right;
	transition: left 0.8s ease-in-out;
	transition-property: left,right;
}

#iview div.iview-directionNav a:active {
	background-image: url(../../img/nav_paddles_down.png);
}

#iview div.iview-directionNav a.iview-nextNav {
	background-position: 56px 0px;
}

#iview div.iview-directionNav a.iview-prevNav {
	background-position: -16px 0px;
}

#iview.iview-hover div.iview-directionNav a.iview-nextNav {
	/*right: 20px;*/
}

#iview.iview-hover div.iview-directionNav a.iview-prevNav {
	/*left: 20px;*/
}



#iview-preloader {
	border: #005fa6 1px solid;
	width: 150px
}

#iview-preloader div {
	background: #005fa6;
}

#iview .iview-controlNav {
	position: absolute;
	bottom: 15px;
	left: 48%;
}

#iview .iview-controlNav a {
	text-indent: -9999px;
}

#iview .iview-controlNav a.iview-control {
	padding: 0px;
	float: left;
	width: 11px;
	height: 11px;
	background: url('../../img/bullets_2.png') no-repeat 0px 0px;
	line-height: 0px;
	margin-right: 7px;
}

#iview .iview-controlNav a.iview-control.active {
	background-position: 0px -11px;
}